C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / Refresh Method
Keeps the slot content when a slot is already created.


In This Topic
Refresh Method (CalendarSlotsPanel<S>)
In This Topic
Recreates the slots.
Syntax
'Declaration
 
Public Sub Refresh( _
   Optional ByVal keepSlotContent As Boolean _
) 
 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim keepSlotContent As Boolean
 
instance.Refresh(keepSlotContent)

Parameters

keepSlotContent
Keeps the slot content when a slot is already created.
See Also